#javascript generators
Explore tagged Tumblr posts
Text

"SCROLL WATERCLOCK”, drawn by code and chance. 250221
17 notes
·
View notes
Note
absolutely love the incorrect quotes generator!! keep up the good work :)
I still can't believe something i made for shits and giggles for my friends like 5 years ago blew up the way it did and is still being used by people,,, waow ;-;
Thank u!!! Youve all been super sweet ;-;
#incorrect quotes generator#... i think? its been years idk the tag LOL#but yeah i got scared when it first blew up bc i was being PERCEIVED by PEOPLE on the INTERNET#i doubt ill ever update it but *shrugs?* maybe one day!#its a very barebones thing i made for fun that could def use more features and whatnot if i ever came back to it#... but also my javascript is suuuuuper rusty oops
11 notes
·
View notes
Text
~ cellular asciimata world map gen 🌎🌍🌏
been experimenting more with cellular automata and randomly encountered this happy accident that reminded me of random world map generation. 🗺️ at the end of the video, the cellular automaton reaches a stable state that looks like some landscape. 🏞��
> canvas size: 450x800 pixel > grid dimensions: 56x100 cells > font: C64 > font size: 8 > charset: ▔▎▗▂▖▝▘▍▃▚▞▋▅▊▛▆▜▙▟▇ > color palette: commodore64
#textmode#ascii#ascii art#petscii#text mode#textmode art#textmodeart#asciiart#generative#p5js#cellular automata#automata#javascript#webgl#glsl#generative art
21 notes
·
View notes
Text
random sparklefur generator now up on my site!!
20 notes
·
View notes
Text
HTML Article Generator is still a little rough around the edges, but basic functionality should be down! If you want to create your own HTML article quickly (like for inserting in your own website for example), you can head over to:
And like the image says, if you want to submit your own article to be randomly displayed on the site, you can go over to the Issues page on Github
#rambling#coding#programming#javascript#htmlcoding#html article generator#now that basic functionality is taken care of I can focus on making the site pretty through css ;P
9 notes
·
View notes
Text
hey didd you know that YOU. can now generate new sentences for her to say????? look in the header!!! wife-web... now with new button to say sentence slop.....
#also works on mobile!!!! man this is funn#btw actual generation! coded myself! not just sentences she says in canon; but proper mostly new ones!#fuck me for being so excited about a project noone cares about oTL#but its so cool.....#make it even if im the only fan... yes......#i did not think i could do this but then. our lord and saviour javascript came to me.#believe it or not most of my work on this was just trying to figure out how i wanted to format it =w=bbbb#sillyposting#SHES SO TALENTED FOR SAYING ALL OF THIS#sometimes she'll hit me with a sentence that is just. straight up in the txt. but thats fineeee yk thats how. she works#waughgh im so proud of us.....#^-^#I LOVE PLAYING WITH WORDS LIKE DOLLS. THIS IS SO FUN#>:3 YAYYAYYAYAYAYYA
3 notes
·
View notes
Text

Random Quotes Generator
#Random Quotes Generator#javascript#html#css#divinector#frontenddevelopment#webdesign#css3#quotes generator javascript
3 notes
·
View notes
Text






WIP - POSTCARD
Just mock-ups for now, as always, but new project!
#merel codes#jcink codes#jcink code#jcink skins#jcink skin#jcink#jcink wip#no idea what i'm going to do with it yet#but i'm sick and sad and just generally upset and my javascript course is ridiculous#and i just needed something to quiet my brain with
25 notes
·
View notes
Text
I don't fucking WANT your stupid fucking AI "search with microsoft copilot" FUCK OFF "can our AI chatbot help you?" DIE "learn language with AI!" NO "code with copilot" YOU WILL NOT FUCKING TOUCH MY CODE YOU PIECE OF METALLIC SHIT. MY CODE IS ART THAT WILL NOT BE FUCKING DEFILED BY A SOULLESS CORPORATION PUPPET
#fuck generative ai#I opened github and the first message is “world's largest ai powered development platform”#code was meant to be CREATED#javascript bros have ruined it already#and ai bros are already actively ruining it#the whole vibe coding idiocy is going to be a goldmine for infosec tho#ik copilot has existed for a while but I am sick of ai being shoved down everywhere#the other day I was trying to find smth on pinterest and I swear to god 90% of shit there is ai shit now
3 notes
·
View notes
Note
Hello!! I hope you are doing well. Your art is so freaking amazing 👏 I'm just enjoying my time looking at all of it!!! I did have a question tho-- how did you make your webcomic website? I'm curious of the all the steps you took!
this is going to expose my age and personality, but my website making process has two steps in total
-- get the domain/hosting (mine is over at a finnish hosting site) -- code it
and when i say code i mean like, some real mid 2000s shit when i was 13 years old. straight up barebones html and css. there are many good actual website makers these days, but i am a self-proclaimed control freak nincompoop so to me it has always appeared faster to just 'make it from scratch' to get exactly what i wanted (i owe w3schools.com my everything by now probably). i figured -- worked for me a nigh decade ago why wouldn't it now? its still just a string of links is it not (and while it was A THING to have back in the day, am glad iframes are no longer around). i have upgraded my game with some very rudimentary php since ye olden days, but even that i only use for one of the graphic novels. turns out you can really make updating a website and layouts and stuff easier by making a composite out of multiple files and then updating the parts separately. SO NEAT. i will acknowledge that while i thought of responsiveness in the coding process, it is probably not perfect. this is my blatant mirror marketing, since i personally prefer to read things on bigger screens and it is the headscape the art was made etc etc. as such, i'll just take this opportunity and formally apologize to everyone on mobile if the experience is atrocious at your end. with that said -- thank you for the kind words and the question! they brought much joy and nostalgia to my afternoon <3
#anonymous#while i am not opposed to sharing the code or talking more about it if people want i was hesitant to begin on it since am no pro hahahaha#it is just a language i learned by piecing bits together over the years am not fluent but i can generally navigate within it#not outside html css tho javascript get thee away from me
42 notes
·
View notes
Text

code art variation - gradient graphs
A gabriel graph is a special category of graph in graph theory where an edge can only be formed between two nodes if the circle formed by those two nodes contains no other nodes in the graph. A random geometric graph is a graph where an edge can only be formed between two nodes if they are less than a certain distance away from each other.
“Gradient Graphs” is an original generative code art algorithm; each run of the code produces a random visual output. The “Gradient Graphs” program generates random gabriel graphs and random geometric graphs, where each graph has a random number of nodes and each node has a random position and color. Nodes are connected by lines and circles that have a gradient from one point color to the other.
Users can interact with the program to remove the nodes, edge lines, or edge circles, choosing how they would like the graph to be displayed.
“Gradient Graphs” was made with JavaScript and p5.js.
This code and its output are licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) License.
Copyright (C) 2022-2024 brittni and the polar bear LLC. Some rights reserved.
#code art#algorithmic art#generative art#genart#creative coding#digital art#black art#artists on tumblr#graph theory#gradient graphs#made with javascript
5 notes
·
View notes
Text

WOO SPIN THINGS, drawn by JavaScript code and chance.
240311
24 notes
·
View notes
Text
Rugged Squares wip
100% Java
#glitch#nftart#nft#nftgallery#nft crypto#nftcollector#crypto#nftsale#generative#javascript#city#new york
2 notes
·
View notes
Text
#generative art#p5js#graphic design#generative design#life quotes#inspirational quotes#generativeart#javascript
5 notes
·
View notes
Text
APPLE’S REJECTION OF META AI TOOLS: A STANCE ON PRIVACY AND SECURITY
#Technology#AI#Artificial Intelligence#Generative AI#Omniverse#NVIDIA#VR#AR#Programing#Python#HTML#JavaScript#Full Stat Developers#programmers#Artist#Developers#Graphic Designers#IndieGames#Indie Games#Hard Surface Developer#Security#Hackers#DoS#Denial of Service#Phishing#Social Media#Internet Protocol#Sockets#Scams#ID Theft
6 notes
·
View notes
Text
idk why my neocities website is updated in the thumbnail but not when i actually go to it? perplexing
#this is why it is generally better to use codepen to check changes. however i am lazy#usually it’s css or javascript that’s slow though. i don’t know why adding one link to my homepage in the html section is being weird.
2 notes
·
View notes